home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-0497 / AMOSLIST / 000004_amos-request@svcs1.digex.net_Wed Apr 2 09:58:29 1997.msg < prev    next >
Text File  |  1998-06-24  |  2KB  |  42 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id JAA28123
  3.     for <mcox@access.digex.net>; Wed, 2 Apr 1997 09:58:28 -0500 (EST)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id IAA18505
  6.     for amos-out; Wed, 2 Apr 1997 08:16:31 -0500 (EST)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id IAA18502
  9.     for <amos-list@svcs1.digex.net>; Wed, 2 Apr 1997 08:16:30 -0500 (EST)
  10. Received: from red.paston.co.uk (red.paston.co.uk [194.129.188.3])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id IAA18486
  12.     for <amos-list@access.digex.net>; Wed, 2 Apr 1997 08:16:27 -0500 (EST)
  13. Received: from paston.co.uk ([194.129.188.201]) by red.paston.co.uk with SMTP id <843298-142>; Wed, 2 Apr 1997 14:14:34 +0100
  14. From: Ben Wyatt <bwyatt@paston.co.uk>
  15. To: AMOS Mailing List <amos-list@access.digex.net>
  16. Date:     Tue, 01 Apr 1997 18:47:56 -0000
  17. Message-ID: <yam7030.2822.3878728@194.129.188.3>
  18. In-Reply-To: <Pine.LNX.3.96.970401152945.7826B-100000@orca>
  19. X-Mailer: YAM 1.3.4 [020] - Amiga Mailer by Marcel Beck
  20. Subject: Re: Scancodes and Ascii
  21. MIME-Version: 1.0
  22. Content-Type: text/plain
  23. Status: RO
  24. X-Status: 
  25.  
  26. On 01-Apr-97, Matt Ward sat on a keyboard and produced this mess:
  27.  
  28. > Does anybody know an elegant way of converting a scancode value to the
  29. > equivalent ascii char? eg 64=" " (space). It would need to take into
  30. > account the current keymap.
  31.  
  32. The best way is to use Scanstr$(scancode) from the AMCAF extension. Apart
  33. from that, you'd have to write your own conversion procedure as there is no
  34. direct link between scancode and ASCII value.
  35.  
  36. Bye ____________________________________________________
  37.    /                                                    \
  38.   / Ben Wyatt - bwyatt@paston.co.uk or b.wyatt@uea.ac.uk \
  39.   \   http://www.paston.co.uk/users/bwyatt/index.html    /
  40.    \____________________________________________________/
  41.         (c)1995-97 Very Interesting Signatures Ltd.
  42.